home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_09 / namelist.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-04-23  |  203 b   |  11 lines

  1. on mouseUp
  2.   global firstpict, lastpict, pc
  3.   if pc = 1 then
  4.     play frame "PHOTOW.DIR"
  5.   else
  6.     set firstpict to 301
  7.     set lastpict to 304
  8.     play frame "HARADA" of movie "PHOTO.DIR"
  9.   end if
  10. end
  11.